home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00339.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  142 b   |  10 lines

  1. on mouseUp
  2.   global socwin
  3.   set socwin to 1
  4.   repeat with i = 6 to 17
  5.     puppetSprite(i, 0)
  6.   end repeat
  7.   updateStage()
  8.   go("bigwin")
  9. end
  10.